home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////
- //
- // PrintPreview.wkf
- //
- // Main workflow for the Print Preview page
- //
-
- //9 STRING file:\TempImages\testprint.tif
- //10 CC44E312-D28E-11D0-8D13-00C0A847C2EC // image loader
-
- //10 OUTPUTEASEL
-
- // Printers list
- 20 STRARR // This gets filled by XPreview
-
- // Measurement units list
- 21 STRARR [6031],[6032]
-
- // Form sizes
- // Default values - Xpreview might reset contets of this string array
- 22 STRARR [6070],[6018],[6200],[6201],[6202],[6203],[6204],[6205],[6206],[6207]
-
- // Zoom levels
- 23 STRARR [6072],[6073],[6074],[6075]
-
- // Coordinates
- 30 FLOAT 1 // x
- 31 FLOAT 1 // y
- 32 FLOAT 3 0.01 99.99 // w
- 33 FLOAT 2 0.01 99.99 // h
-
- // Maintain aspect ratio flag
- 40 INTEGER 1 0 1
-
- // Print current page only flag
- 41 INTEGER 0 0 1
-
- // Number of copies
- 50 INTEGER 1 1 999
-
-
- //LINK 9 0 10 0
-